home *** CD-ROM | disk | FTP | other *** search
/ Weekly Play Boy All Stars / Weekly Play Boy All Stars 1.iso / pc / misaki.exe / misaki.dxr / 00002_misaki_latest.swf / scripts / DefineButton2_48 / BUTTONCONDACTION on(rollOver)_2.as < prev    next >
Encoding:
Text File  |  2003-01-22  |  100 b   |  8 lines

  1. on(rollOver){
  2.    tellTarget("../M_01")
  3.    {
  4.       gotoAndStop("leave");
  5.       play();
  6.    }
  7. }
  8.